Visual Basic (Usage) | Copy Code |
---|---|
Dim name As String Dim key() As Byte Dim instance As New KeyContainer(name, key) |
C++/CLI | |
---|---|
public: KeyContainer( String^ name, array<byte>^ key ) |
Parameters
- name
- The name.
- key
- The key to import into container.
Upon successfull creation of the container the key is imported into the container.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7